home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
vbasic
/
afxvbx.exe
/
APP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-02
|
1KB
|
29 lines
/*------------------------------------------------------------------------------*
| |
| File Name: CALLER.H |
| |
| Description: This file contains the class definitions for this application. |
| |
| History: Date Author Comment |
| 05/23/93 Pran Punniamoorthy Created |
| |
*------------------------------------------------------------------------------*/
#ifndef __HELLO_H__
#define __HELLO_H__
/////////////////////////////////////////////////////////////////////////////
// CTheApp:
// See hello.cpp for the code to the InitInstance member function.
//
class CTheApp : public CWinApp
{
public:
BOOL InitInstance();
};
/////////////////////////////////////////////////////////////////////////////
#endif // __HELLO_H__